Skip to content

fix: read from correct database column in User/UserPublic FromRow impls#1345

Open
ayushkavad wants to merge 1 commit intojsr-io:mainfrom
ayushkavad:fix/user-updated-at-wrong-column
Open

fix: read from correct database column in User/UserPublic FromRow impls#1345
ayushkavad wants to merge 1 commit intojsr-io:mainfrom
ayushkavad:fix/user-updated-at-wrong-column

Conversation

@ayushkavad
Copy link
Copy Markdown

@ayushkavad ayushkavad commented Mar 18, 2026

Both User::from_row() and UserPublic::from_row() were reading for the field, causing every API response containing user data to silently return the account creation timestamp instead of the last-modified timestamp. This affected admin user listings, scope members, scope invites, publishing tasks, and ticket responses.

Both User::from_row() and UserPublic::from_row() were reading
for the  field, causing every API response containing user data
to silently return the account creation timestamp instead of the last-modified
timestamp. This affected admin user listings, scope members, scope invites,
publishing tasks, and ticket responses.
@ayushkavad ayushkavad marked this pull request as draft March 18, 2026 16:54
@ayushkavad ayushkavad marked this pull request as ready for review March 18, 2026 16:54
Copy link
Copy Markdown
Collaborator

@crowlKats crowlKats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; thanks!

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants